Release 10.1A: OpenEdge Data Management:
SQL Reference


SECOND

Returns the seconds in the argument as a short integer value in the range of 0–59.

Syntax

SECOND ( time_expression ) 

Example

This example illustrates the SECOND function, requesting all columns from rows in the arrivals table where the in_time column is less than or equal to ‘40’:

SELECT * FROM arrivals WHERE SECOND (in_time) <= 40 ; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095